home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / drgnsmth.cpt / Dragonsmith 1.1 / Documentation / ! Release notes next >
Encoding:
Text File  |  1992-10-12  |  2.8 KB  |  60 lines

  1.  
  2. D r a g o n s m i t h     r e l e a s e     n o t e s
  3.  
  4. ============================================================================
  5. version 1.1
  6. 11 Oct 1992
  7.  
  8. New features
  9. ------------
  10.  
  11. Versatile disk- and folder-opening capability
  12.     Add recursive directory searching to your dragon without adding or changing any source code.
  13.  
  14. Background processing
  15.     The user can switch to or launch other processes while your dragon is processing documents, and can cancel Open Documents events.
  16.  
  17. Extensive documentation (MSWord and text formats)
  18.     The  Dragonsmith Programmer's Manual contains descriptions of every instance variable and method in the Dragon class, instructions on how to use or override them (and notes on when it's best to leave them alone), and much more.  The text-format version doesn't look very nice and lacks illustrations but otherwise contains the same information.
  19.  
  20. Resource-based Preferences class
  21.     Preferences files are automatically created, and the user can switch to a particular preferences file at any time by double-clicking on it.  If you don't want your dragon to create a preferences file, you only need to make simple changes two resources.
  22.  
  23. Improved file filtering
  24.     The Dragon class is now smarter about which documents to process and which to leave alone.  Custom filtering is easy to add.
  25.  
  26. Easier interface for subclasses
  27.     Subclasses of Dragon require less added code.
  28.  
  29. Improved Apple event debugging
  30.     Document processing can now be debugged in its natural state -- using the Passer dragon, you can essentially drag-and-drop documents onto your dragon while itâ•’s running in the THINK C Debugger.  Also, incoming 'odoc' events will be postponed if your dragon is busy processing a batch of documents, and finished later in the order in which they were received.
  31.  
  32. Template files for quick Dragon subclassing
  33.     Three template classes and associated files can be used as the basis for Dragon subclasses.
  34.  
  35. Improved menu support
  36.     The Dragon class implements standard Apple and Edit menus and a simple File menu.  No source code additions or modifications need to be made if you decide NOT to use menus in a dragon.
  37.  
  38.  
  39. Moving from v1.0b2 to v1.1
  40. ------------------------
  41.  
  42. Because a number of implementation details have changed with this release, you'll have to make several changes to your subclass of Dragon in order to get it to compile.  See the 'Getting started' section in the Dragonsmith Programmer's Manual for details.
  43.  
  44.  
  45. ============================================================================
  46. version 1.0b2
  47. 20 May 1992
  48.  
  49. First widely released version.
  50.  
  51.  
  52. ============================================================================
  53. Dragonsmith is freeware.  Send comments, bug reports, etc. to:
  54.  
  55. Paul M. Hoffman
  56. 840 S. First St. #1
  57. Ann Arbor MI 48103
  58.  
  59. Internet: paul.hoffman@um.cc.umich.edu
  60.